home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Washington DC Interactive
/
Washington DC Interactive CD-ROM.iso
/
pc
/
Media
/
maps.dxr
/
00006_button back.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-10-09
|
320 b
|
16 lines
on mouseDown
set btn to the clickOn
puppetSprite(btn, 1)
puppetSound("click")
set the memberNum of sprite btn to 7
set the loc of sprite btn to point(613, 454)
updateStage()
repeat while the stillDown
updateStage()
end repeat
updateStage()
puppetSprite(btn, 0)
sound stop 2
go(1, "main")
end